Table of content



/employee/airline/{id}

Mapping URL: /employee/airline/{id}

Description: find the employee entities of airline with the appended id

Microservice: EmployeeService


Methods

/employee/airline/{id}

/employee/airline/{id}

Mapping URL: /employee/airline/{id}

Description: AirlineService

Name: findAllEmployeeOfAirline(id)

Request Method: GET

Service Interface: /employee/airline/{id}

Service Entity: Airline



EmployeeService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content